C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBoxItemCollection Class / FindIndex Method / FindIndex(Int32,Int32,Predicate<C1LightBoxItem>) Method

In This Topic
FindIndex(Int32,Int32,Predicate<C1LightBoxItem>) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function FindIndex( _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal match As System.Predicate(Of C1LightBoxItem) _
) As System.Integer
 

Parameters

startIndex
count
match
See Also